STEP 15: If the spaceship collides with an astronaut, let's celebrate!
- Find the line that reads: ········sprite.say("I·hit·something!")
- Change the string in .say() to "I saved an astronaut!
Remember, sprite refers to the sprite that the collision event is assigned to: in this program, spaceship!
The .say() command is indented twice: once for the collision event, and once for the conditional.
To navigate the page using the TAB key, first press ESC to exit the code editor.